List of all members
MV_PIXEL_CONVERT_PARAM_EX_T Class Reference

Includes parameters of pixel format conversion. More...

Inherits Structure.

Detailed Description

Includes parameters of pixel format conversion.

Parameters
nWidthc_uint, Image width.
nHeightc_uint, Image height.
enSrcPixelTypeMvGvspPixelType , Source pixel format.
pSrcDataPOINTER(c_ubyte), Input data buffer.
nSrcDataLenc_uint, Input data size.
enDstPixelTypeMvGvspPixelType , Target pixel format.
pDstBufferPOINTER(c_ubyte), Output data buffer.
nDstLenc_uint, Output data size.
nDstBufferSizec_uint, Provided output buffer size.
nResc_uint * 4, Reserved.